home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00903_Script_10N NoBuyers Continue Script < prev    next >
Text File  |  1995-05-21  |  629b  |  32 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global theMovieName, FUG, park, g09a, LINGO, G22A
  11.   
  12.   if theMovieName = "P10N22A.MOV" then 
  13.     set LINGO = "c"
  14.     set g22A = "x"
  15.   end if
  16.   if theMovieName = "P10N22B.MOV" then 
  17.     set LINGO = "c"
  18.     set g22A = "x"
  19.   end if
  20.   if theMovieName = "P10N22c.MOV" then 
  21.     set LINGO = "c"
  22.     set g22A = "x"
  23.   end if
  24.   
  25.   if theMovieName = "P10D09A.MOV" then 
  26.     set park = "c"
  27.     set g09A = "x"
  28.   end if
  29.   
  30.   GameContinue
  31. end mouseUp
  32.